home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Talking Clock Pro™ 2.0.1 / Talking Clock Pro Source / Extension / Headers / notify.h next >
Encoding:
C/C++ Source or Header  |  1993-09-01  |  125 b   |  12 lines  |  [TEXT/CWIE]

  1. /*
  2.  * Notify.h
  3.  */
  4.  
  5. #pragma once
  6. #ifndef notify_h
  7. # define notify_h
  8.  
  9. extern void NotifyStr ( unsigned char * str ) ;
  10.  
  11. #endif
  12.